home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / UTILITY / MODEM / ALLOV10A / ALLOPORT.TX_ / ALLOPORT.TX
Text File  |  1994-05-18  |  2KB  |  50 lines

  1.         Standard PCs have only two IRQ lines for serial ports, therefore
  2.     COM3 must share COM1's IRQ line and COM4 must share COM2's 
  3.     IRQ line.  Unfortunately, two devices using the same IRQ 
  4.     line can't be active at the same time.  COM3 can't be used for 
  5.     a printer or modem if a serial mouse is active on COM1, for 
  6.     example.  Likewise, COM4 can't be used if a serial mouse is 
  7.     active on COM2.  In other words, if you have four COM 
  8.     ports and a mouse is attached to one of them, you do not 
  9.     have three COM ports available for other devices, you only 
  10.     have two.  The COM port that shares the IRQ line being 
  11.     used by the mouse is not usable.  
  12.     
  13.     The following table shows what ports are available for other
  14.     devices in a conventionally configured PC, XT, or AT when a 
  15.     serial port mouse is present on a multiple-port system:
  16.  
  17.        Serial port mouse on     Ports available for other devices 
  18.        _____________________    _________________________________
  19.         COM1 or COM3 (IRQ4)          COM2 or COM4 (IRQ3) 
  20.         COM2 or COM4 (IRQ3)          COM1 or COM3 (IRQ4) 
  21.  
  22.     Windows system.ini file holds all settings for the environment
  23. devices, including the communication drivers and serial ports parameters. 
  24. The table below shows the recommended general seetings for serial ports from
  25. COM1 to COM4, as a starting reference,  minimizing the chances of conflicts. 
  26.  
  27. system.ini
  28.  
  29. [386Enh]
  30.  
  31. COM1Base=3f8h
  32. COM2Base=2f8h
  33. COM3Base=3e8h
  34. COM4Base=2e8h
  35.  
  36. COM1Irq=4
  37. COM2Irq=3
  38. COM3Irq=4
  39. COM4Irq=3
  40.  
  41.  
  42. IMPORTANT:The IRQ's must be compatible with the Hardware setup (Refer to
  43. the hardware installation manual). It means if you have a sound board or a
  44. scanner installed, you have to check the actual IRQ's used and choose  the
  45. appropriated setup for the system.ini.
  46. At this point it should be emphasized that YOU have to find your own optimal
  47. setup because there are no software and hardware standards  for 
  48. communication devices.
  49.  
  50.